Function
Gimpfloat_array_get_values
Declaration [src]
const gdouble*
gimp_float_array_get_values (
GimpArray* array,
gsize* length
)
Parameters
array
-
Type:
GimpArray
The
GimpArray
representing #float values.The data is owned by the caller of the function. length
-
Type:
gsize*
The number of #float values in the returned array.
The argument will be set by the function.